home *** CD-ROM | disk | FTP | other *** search
/ Champak 53 / Volume 53 - JOGO DISK .iso / Games / thefarmer.swf / scripts / DefineButton2_473 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-10-01  |  798b  |  33 lines

  1. on(release){
  2.    if(_root.bibit8 > 0)
  3.    {
  4.       _root.bibit8--;
  5.       _root.tanamanlahan4 = 8;
  6.       _root.lahan4t1 = 1;
  7.       _root.lahan4t2 = 1;
  8.       _root.lahan4t3 = 1;
  9.       _root.lahan4t4 = 1;
  10.       _root.lahan4t5 = 1;
  11.       _root.lahan4t6 = 1;
  12.       _root.lahan4t7 = 1;
  13.       _root.lahan4t8 = 1;
  14.       _root.lahan4t9 = 1;
  15.       _root.lahan4t10 = 1;
  16.       _root.lahan4t11 = 1;
  17.       _root.lahan4t12 = 1;
  18.       _root.lahan4ut1 = 0;
  19.       _root.lahan4ut2 = 0;
  20.       _root.lahan4ut3 = 0;
  21.       _root.lahan4ut4 = 0;
  22.       _root.lahan4ut5 = 0;
  23.       _root.lahan4ut6 = 0;
  24.       _root.lahan4ut7 = 0;
  25.       _root.lahan4ut8 = 0;
  26.       _root.lahan4ut9 = 0;
  27.       _root.lahan4ut10 = 0;
  28.       _root.lahan4ut11 = 0;
  29.       _root.lahan4ut12 = 0;
  30.       gotoAndStop(1);
  31.    }
  32. }
  33.